Declare transition and border-image properties to be writeonly
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Nov 2010 13:24:49 +0000 (08:24 -0500)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:37 +0000 (15:39 +0100)
We don't make the types of their values public, so getting their
values is useless and will leak.

gtk/gtkcssprovider.c

index 2a32eee19d4d3f66996ee06bb797218ae96a8028..f3a62cdf3b7b9ed690e45a56ccb8a535f0049683 100644 (file)
  *       <row>
  *         <entry>border-image</entry>
  *         <entry><literallayout>border image (see above)</literallayout></entry>
- *         <entry></entry>
+ *         <entry>internal use only</entry>
  *         <entry><literallayout>border-image: url("/path/to/image.png") 3 4 3 4 stretch;
  * border-image: url("/path/to/image.png") 3 4 4 3 repeat stretch;</literallayout>
  *         </entry>
  *       <row>
  *         <entry>transition</entry>
  *         <entry>transition (see above)</entry>
- *         <entry></entry>
+ *         <entry>internal use only</entry>
  *         <entry><literallayout>transition: 150ms ease-in-out;
  * transition: 1s linear loop;</literallayout>
  *         </entry>